home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / install.exe / install.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2003-01-24  |  160 b   |  10 lines

  1. on startMovie
  2.   global MacOn
  3.   myOs = getaProp(the environment, #osVersion)
  4.   if myOs contains "Macintosh" then
  5.     MacOn = 1
  6.   else
  7.     nothing()
  8.   end if
  9. end
  10.